-
-
Notifications
You must be signed in to change notification settings - Fork 164
[18.0][MIG] hr_payroll_document: Migration to 18.0 #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] hr_payroll_document: Migration to 18.0 #239
Conversation
Currently translated at 100.0% (32 of 32 strings) Translation: payroll-16.0/payroll-16.0-hr_payroll_document Translate-URL: https://translation.odoo-community.org/projects/payroll-16-0/payroll-16-0-hr_payroll_document/it/
|
Can you fix pre-commit first please @CristianoMafraJunior |
ad161d1 to
9b8294a
Compare
marcelsavegnago
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Done |
peluko00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
This PR has the |
SirPyTech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I only reviewed the code, please see the comments.
chore: Please squash bot's commit according to https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate.
|
|
||
| # Encrypt the payroll file with the identification identifier | ||
| # of the employee | ||
| pdfWriter.encrypt(employee.identification_id, algorithm="AES-256") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: Please retrieve the latest commits from 17.0.
For example: d85ad9b is missing.
Ideally, they should be in the correct point of the history: before the [MIG] commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: Most of these changes should be in their own commit because they have been applied by pre-commit, please see the step
pre-commit run -a # to run pre-commit linters and formatters (please ignore pylint errors at this stage)
I recommend using https://github.com/OCA/odoo-module-migrator to automatically perform those steps.

@Escodoo MIGOCA-16
cc @nimarosa @WesleyOliveira98 @kaynnan @marcelsavegnago